Skip to content

查询二级商户账户实时余额(平台收付通)

服务商通过此接口可以查询特约商户账户余额信息。 官方文档 官方文档

js
wxpay
.
v3
.
ecommerce
.
fund
.
balance
.
_sub_mchid_
.
get
({
sub_mchid
,
params
,
}) .
then
(
({
data
: {
sub_mchid
,
available_amount
,
pending_amount
,
}, }) => ({
sub_mchid
,
available_amount
,
pending_amount
,
}) )

Released under the MIT License. (SITEMAP)